home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / sregexpf / helpfile.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1998-07-16  |  1.9 KB  |  111 lines

  1.  
  2. BODY 
  3. {
  4.     margin-top: 2px;
  5.     font-family : Verdana, Arial, Helvetica;
  6.    font-style : normal;
  7.    font-variant : normal;
  8.    font-weight : normal;
  9.    font-size : 9pt;
  10.    background-color : ivory;
  11.    background-position : left top;
  12.    background-image : none;
  13.    color : black;
  14. }
  15.  
  16. H1 
  17. {
  18.     font-family : Verdana, Arial, Helvetica;
  19.     font-size : 32pt;
  20.     color : maroon;
  21. }
  22.  
  23. H2 
  24. {
  25.     font-family : Verdana, Arial, Helvetica;
  26.     font-size : 24pt;
  27.     color : maroon;
  28. }
  29.  
  30. H3 
  31. {
  32.     font-family : Verdana, Arial, Helvetica;
  33.     font-size : 22pt;
  34.     color : maroon;
  35. }
  36.  
  37. H4 
  38. {
  39.     font-family : Verdana, Arial, Helvetica;
  40.     font-size : 18pt;
  41.     color : maroon;
  42. }
  43.  
  44. H5
  45. {
  46.     font-size: 10pt;
  47.     font-weight: black;
  48.     color: black;    
  49. }
  50.  
  51. H6
  52. {
  53.     font-size : 10pt;
  54.     color : maroon;
  55. }
  56.  
  57. {
  58.     font-size : 10pt;
  59. }
  60.  
  61. TD 
  62. {
  63.     font-size : 10pt;
  64. }
  65.  
  66. PRE
  67. {
  68.     font-family: Courier New, Courier;
  69.     font-size: 10pt;
  70. }
  71.  
  72. A:link    { text-decoration:none; font-family:Verdana,Arial,Helvetica; color:navy; font-weight:normal;}
  73. A:visited { text-decoration:none; font-family:Verdana,Arial,Helvetica; color:navy; font-weight:normal;}
  74. A:active  { text-decoration:none; font-family:Verdana,Arial,Helvetica; color:red; font-weight:normal;}
  75. A:hover   { text-decoration:none; font-family:Verdana,Arial,Helvetica; color:red; font-weight:normal;}
  76.  
  77. .CopyrightNotice
  78. {
  79.     font-size: 8pt;
  80.     font-weight: normal;
  81. }
  82.  
  83. .CopyrightNotice A:link    { color: green; font-size:16pt; font-weight:normal; }
  84. .CopyrightNotice A:visited { color: green; font-size:16pt; font-weight:normal; }
  85. .CopyrightNotice A:active  { font-weight:normal; }
  86. .CopyrightNotice A:hover   { font-weight:normal; }
  87.  
  88. .TopicTitle 
  89. {
  90.     font-family : Verdana, Arial, Helvetica;
  91.     font-size : 18pt;
  92.     color : maroon;
  93. }
  94.  
  95. .TopicTitleTable
  96. {
  97.     border-bottom: 1px solid rgb(0,0,0);
  98.     width: 100%;
  99. }
  100.  
  101. .TopBarTable
  102. {
  103.     border-bottom: 1px solid rgb(0,0,0);
  104.     width: 100%;
  105. }
  106.  
  107. .ParamsTable
  108. {
  109.     width: 90%;
  110. }